home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 13 / Network Support Encyclopedia (Novell Inc.)(1991).ISO / download / qswitc.txt < prev    next >
Text File  |  1991-10-23  |  3KB  |  74 lines

  1.                                QEMM Switches
  2.  
  3. Software switches that might help some programs run correctly on Access
  4. Server.  These switches go next to the INCLUDE and EXCLUDE commands in the
  5. CONFIG.SYS file.
  6.  
  7. C386S
  8. Identifies the computer with which you are using QEMM as a Compaq 386S. 
  9. You need to use this switch only if the setup program you are using on your
  10. Compaq 386S is previous to version 6.02
  11.  
  12. DB=xx
  13. Purpose: DISKBUF - Lets you specify the size of the disk buffer.  Use it
  14. only if you have a SCSI hard drive.
  15. Because of the way SCSI hard drives access memory, QEMM's normal direct
  16. memory access (DMA) buffering method is not adequate.  Use this parameter
  17. to specify the size of the buffer to use.  The default is about 12k, the
  18. number is always in kilobytes.
  19.  
  20. LD
  21. Purpose: LOCKDMA - Tells QEMM to disable interrupts during DMA processing. 
  22. Might be needed by some applications.
  23.  
  24. NRH
  25. Purpose: NOROMHOLES - lets you disable QEMM's automatic detection of unused
  26. memory addresses in ROM, called ROM holes.  Many system BIOS chips leave
  27. large areas of memory unused, which QEMM usually tries to detect
  28. automatically.  However, this auto-detection scheme sometimes does not work
  29. correctly.  If some system functions don't work properly when you first
  30. install QEMM and continue to give you problems as you are using your
  31. computer, try specifying this parameter to see if it corrects the problems.
  32.  
  33. NOSH
  34. Purpose: NOSHADOWRAM - Tells QEMM not to use shadow RAM.  Computers with
  35. the Chips & Technologies 386 ROM set or the NEAT chip set put 386k of
  36. reserved memory in a region in low memory referred to as "shadow RAM."
  37. Typically, QEMM determines if your computer has shadow RAM capability and
  38. then makes use of it.  If QEMM cannot detect it, you need to use this
  39. parameter
  40.  
  41. NT
  42. Purpose: NOTOPMEMORY - Instructs QEMM to overlook top memory in your
  43. computer and not to use it.  Some computers put 384k of memory just below
  44. the top of the 16Mb address space.  This memory is referred to as "top
  45. memory."  When QEMM starts it tests to see if there is any top memory
  46. available; if there is, QEMM will try to make use of it and some times
  47. certain 386s need this area for its own uses.
  48.  
  49. NX
  50. Purpose: NOXBDA - Tells QEMM that is should not relocate the extended BIOS
  51. data area, which is a location of memory mapped at the 639k location. On
  52. certain computers, QEMM automatically moves this area to addresses used by
  53. QEMM. A program which incorrectly assumes that the extended BIOS data area
  54. is at its original place in memory won't work properly.  Use this 
  55. parameter to disable the remapping of this area so the program will work
  56. correctly.
  57.  
  58. U8
  59. Purpose: UNUSUAL8042 - Tells QEMM that your computer has a nonstandard
  60. keyboard controller. The 8042 keyboard controller is used in most
  61. IBM-compatible computers.
  62. If you start having problems typing characters from your keyboard it is a
  63. good possibility that you have an unusual keyboard controller, and you
  64. should use this parameter.
  65.  
  66. UX
  67. Purpose:UNUSUALEXT - tells QEMM that the method used to determine the
  68. amount of extended memory is a nonstandard method.  If your computer does
  69. not start correctly with QEMM, using this parameter might fix the
  70. problem.
  71.  
  72. The settings most likely to prove helpful with Access Server are:
  73.        UX NT NX NRH NOSH
  74.